home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts39-09
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c
- Subject: Re: Doubly Linked List
- Date: Thu, 08 Feb 96 17:55:11 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4fdd3v$flj@sam.inforamp.net>
- References: <4f0nbm$25p@tofu.alt.net>
- NNTP-Posting-Host: ts39-09.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4f0nbm$25p@tofu.alt.net>, vjarnot@mnw.net (AtsaR) wrote:
- > Hi there, being a newbie, I'm having a bit of trouble implementing an
- >automatically sorted doubly linked list...I would appreciate it if
- >anyone could point me to somewhere on the net where I could look at
- >source code for what I'm trying to do...
- >
- > Please Help!! Thanks in advance.
- >
- >vjarnot@mnw.net
- >
-
- The class TSDequeAsVector in Borland's standard c++ library is a good example.
- The source code is include with Borland C++. The code is C++, but the essense
- is still C.
-
- Agrivar
-